home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / appnotes / 276_290 / 280c / Disc / ResGenDoc
Encoding:
Text File  |  1995-05-10  |  982 b   |  28 lines

  1. The ResGen tool
  2. ---------------
  3.  
  4. ResGen is a tool for creating resource file data in a form suitable for
  5. use by ResourceFS from a set of input files and corresponding resource
  6. file names.
  7.  
  8. The format of the ResGen command is:
  9.  
  10. ResGen <Area name> <Object file> { <Binary file> <Resource file> }
  11.  
  12. <Area name> is the name of an AOF AREA in which the resource file data is
  13. to be placed. A function of this name is exported as an external symbol which
  14. can be used in C or assembler code to access the resource data.
  15.  
  16. <Object file> is the name of the object output file to be produced.
  17.  
  18. <Binary file> is the name of a file to be included in the resource file
  19. data.
  20.  
  21. <Resource file> is the name within the ResourceFS which is used by the
  22. application to refer to a file within the resource file data.
  23.  
  24. A <viafile> is a file containing a list of <Binary file> <Resource file> pairs
  25. one per line. This may be used for convenience or to circument the 256
  26. character command line length limit.
  27.  
  28.